type github.com/andybalholm/brotli.dictionary
8 uses
github.com/andybalholm/brotli (current package)
decode.go#L1871: var words *dictionary = s.dictionary
dictionary.go#L10: type dictionary struct {
dictionary.go#L122808: var kBrotliDictionary = dictionary{
dictionary.go#L122888: func getDictionary() *dictionary {
encoder_dict.go#L5: words *dictionary
state.go#L176: dictionary *dictionary
static_dict.go#L35: func dictMatchLength(dict *dictionary, data []byte, id uint, len uint, maxlen uint) uint {
static_dict.go#L40: func isMatch(d *dictionary, w dictWord, data []byte, max_length uint) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |